runtime.spanInlineMarkBits.init (method)

3 uses

	runtime (current package)
		mgcmark_greenteagc.go#L113: func (imb *spanInlineMarkBits) init(class spanClass, needzero bool) {
		mgcmark_greenteagc.go#L190: 	s.inlineMarkBits().init(s.spanclass, s.needzero != 0)
		mgcmark_greenteagc.go#L215: 	imb.init(s.spanclass, true /* We know these bits are always dirty now. */)